projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9240393
)
(scroll-all-mode): Add groups.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Sat, 23 Nov 2002 03:25:57 +0000
(
03:25
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Sat, 23 Nov 2002 03:25:57 +0000
(
03:25
+0000)
lisp/scroll-all.el
patch
|
blob
|
history
diff --git
a/lisp/scroll-all.el
b/lisp/scroll-all.el
index ac8ea6675fa40e79b0293146b0b6e7e97a6d12d7..c17b251353fab39c80b6e5a0e17f1580c26dd89a 100644
(file)
--- a/
lisp/scroll-all.el
+++ b/
lisp/scroll-all.el
@@
-109,6
+109,8
@@
When Scroll-All mode is on, scrolling commands entered in one window
apply to all visible windows in the same frame."
nil " *SL*" nil
:global t
+ :group 'windows
+ :group 'scrolling
(if scroll-all-mode
(add-hook 'post-command-hook 'scroll-all-check-to-scroll)
(remove-hook 'post-command-hook 'scroll-all-check-to-scroll)))